home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / giochi / fgp239.lzh / MS-DOS.TXT < prev    next >
Text File  |  1995-07-12  |  454b  |  15 lines

  1. Before compiling FGP under MS-DOS the file FGP.h should be edited
  2. so that there is a line reading
  3.  
  4. #define MSDOS
  5.  
  6. Compilation under MS-DOS requires a huge memory model. Note also
  7. that the main() and raceoutput() functions are currently too big
  8. to be optimised should you attempt this (at least under Visual C).
  9.  
  10. To use FGP follow the instructions in the documentation but note
  11. that any files which end in ``.fgp2'' should end in ``.fgp'' under
  12. MS-DOS.
  13.  
  14.  
  15.